home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / mapsrc.lha / macros / false < prev    next >
Encoding:
Text File  |  1980-02-19  |  72 b   |  6 lines

  1.  
  2. false:    macro            ;clears all flags and rts's
  3.     move.w #0,-(sp)
  4.     rtr
  5.     endm
  6.